home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 6 / 68.TXT < prev    next >
Text File  |  1994-02-10  |  3KB  |  68 lines

  1. DOCUMENT:Q101668  09-FEB-1994  [W_NT]
  2. TITLE   :How To Guard Against Boot Failure with a Windows NT Boot Disk
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. When Windows NT is installed on a computer that has an Intel x86-based
  16. processor and the boot record for the active partition or files required to
  17. boot Windows NT becomes corrupted, it is not possible to boot Windows NT or
  18. any other operating system on that computer.
  19.  
  20. To guard against this situation, create a Windows NT boot disk when you
  21. install Windows NT on the computer. This disk is different from an MS-DOS
  22. boot disk because the entire Windows NT operating system cannot fit on one
  23. disk as MS-DOS can. A Windows NT boot disk contains the files necessary to
  24. start the operating system with the remainder of the Windows NT system
  25. files installed on the hard disk drive. Use the following procedure to
  26. create this disk.
  27.  
  28. 1. In File Manager, place a blank floppy disk in drive A and choose Format
  29.    Disk from the Disk menu.
  30.  
  31. 2. In the root directory of the boot partition of your hard disk drive, use
  32.    the ATTRIB command to remove the hidden, system, and read-only
  33.    attributes from the BOOT.INI, NTLDR, BOOTSECT.DOS, and NTDETECT.COM
  34.    files.
  35.  
  36. 3. Copy the four files to the boot disk.
  37.  
  38. 4. Use the ATTRIB command to restore the hidden, system, and read-only
  39.    attributes to the files on your hard disk.
  40.  
  41. 5. If Windows NT is installed on a SCSI drive, perform steps 2 through
  42.    4 above to copy the NTBOOTDD.SYS file to the boot disk as well.
  43.  
  44. If you format a floppy disk in File Manager, the boot record points to the
  45. NTLDR file. When NTLDR runs, it loads the available operating system
  46. selections from the BOOT.INI file. If the user chooses Windows NT, NTLDR
  47. loads NTDETECT.COM and NTOSKRNL.EXE. If the user chooses MS-DOS or OS/2,
  48. NTLDR loads BOOTSECT.DOS.
  49.  
  50. Additional reference words: 3.10 bootdisk boot
  51. KBCategory:
  52. KBSubcategory: howto
  53.  
  54. =============================================================================
  55.  
  56. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  57. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  58. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  59. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  60. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  61. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  62. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  63. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  64. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  65. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  66. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  67.  
  68. Copyright Microsoft Corporation 1994.